admin: Expand column for subcommands
authorColin Walters <walters@verbum.org>
Wed, 25 Jun 2025 18:14:58 +0000 (14:14 -0400)
committerColin Walters <walters@verbum.org>
Thu, 26 Jun 2025 14:41:25 +0000 (10:41 -0400)
Prep for soft reboot.

Signed-off-by: Colin Walters <walters@verbum.org>
src/ostree/ot-builtin-admin.c

index 53face6a2d1a85175324078a14bedf693891888f..7488fe07a67321670effcf947a5682586606bde5 100644 (file)
@@ -85,7 +85,7 @@ ostree_admin_option_context_new_with_commands (void)
     {
       if ((command->flags & OSTREE_BUILTIN_FLAG_HIDDEN) == 0)
         {
-          g_string_append_printf (summary, "\n  %-19s", command->name);
+          g_string_append_printf (summary, "\n  %-25s", command->name);
           if (command->description != NULL)
             g_string_append_printf (summary, "%s", command->description);
         }